release 2.031003
This commit is contained in:
@@ -135,6 +135,7 @@ lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-35-36-PostgreSQL.sql
|
|||||||
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-36-37-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-36-37-PostgreSQL.sql
|
||||||
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-37-38-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-37-38-PostgreSQL.sql
|
||||||
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-38-39-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-38-39-PostgreSQL.sql
|
||||||
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-39-40-PostgreSQL.sql
|
||||||
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-4-5-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-4-5-PostgreSQL.sql
|
||||||
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-5-6-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-5-6-PostgreSQL.sql
|
||||||
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-6-7-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-6-7-PostgreSQL.sql
|
||||||
|
|||||||
@@ -92,4 +92,4 @@ resources:
|
|||||||
homepage: http://netdisco.org/
|
homepage: http://netdisco.org/
|
||||||
license: http://opensource.org/licenses/bsd-license.php
|
license: http://opensource.org/licenses/bsd-license.php
|
||||||
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
|
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
|
||||||
version: 2.031002
|
version: 2.031003
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.010_000;
|
use 5.010_000;
|
||||||
|
|
||||||
our $VERSION = '2.031002';
|
our $VERSION = '2.031003';
|
||||||
use App::Netdisco::Configuration;
|
use App::Netdisco::Configuration;
|
||||||
|
|
||||||
use Module::Find ();
|
use Module::Find ();
|
||||||
|
|||||||
@@ -49,13 +49,13 @@ upgrade:
|
|||||||
|
|
||||||
=head2 General Notices
|
=head2 General Notices
|
||||||
|
|
||||||
=head1 2.031003
|
|
||||||
|
|
||||||
The database schema can be fully redeployed (even over an existing
|
The database schema can be fully redeployed (even over an existing
|
||||||
installation, in a safe way) using the following command:
|
installation, in a safe way) using the following command:
|
||||||
|
|
||||||
~netdisco/bin/netdisco-db-deploy --reset
|
~netdisco/bin/netdisco-db-deploy --reset
|
||||||
|
|
||||||
|
=head1 2.031002
|
||||||
|
|
||||||
=head2 General Notices
|
=head2 General Notices
|
||||||
|
|
||||||
Netdisco web and backend daemons will now rotate their log files
|
Netdisco web and backend daemons will now rotate their log files
|
||||||
|
|||||||
Reference in New Issue
Block a user