mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 03:09:10 +02:00
Add database upgrade script paths for Debian/Ubuntu
(cherry picked from commit 2b09d22326bfb9f9e13f19a7579715aa4b2f50e4)
This commit is contained in:
parent
1d5865a2dd
commit
c2dd6c82db
@ -26,7 +26,7 @@ v2.6 to v2.8 requires to follow the instructions for v2.7 too.
|
||||
|
||||
* Icinga Web 2 now permits its users to stay logged in. This requires a new database table.
|
||||
* Please apply the `v2.9.0.sql` upgrade script depending on your database vendor.
|
||||
In package installations this file can be found in `/usr/share/doc/icingaweb2/schema/*-upgrades/`
|
||||
In package installations this file can be found in `/usr/share/doc/icingaweb2/schema/*-upgrades/` (Debian/Ubuntu: `/usr/share/icingaweb2/etc/schema/*-upgrades/`).
|
||||
|
||||
**Breaking changes**
|
||||
|
||||
@ -266,7 +266,8 @@ affects environments that opted for not storing preferences, your new backend is
|
||||
## Upgrading the MySQL Database <a id="upgrading-mysql-db"></a>
|
||||
|
||||
If you installed Icinga Web 2 from package, please check the upgrade scripts located in
|
||||
**/usr/share/doc/icingaweb2/schema/mysql-upgrades** to update your database schema.
|
||||
**/usr/share/doc/icingaweb2/schema/mysql-upgrades** (Debian/Ubuntu: **/usr/share/icingaweb2/etc/schema/mysql-upgrades**)
|
||||
to update your database schema.
|
||||
In case you installed Icinga Web 2 from source, please find the upgrade scripts in **etc/schema/mysql-upgrades**.
|
||||
|
||||
> **Note**
|
||||
@ -297,7 +298,8 @@ upgrade files involved, apply them incrementally.
|
||||
## Upgrading the PostgreSQL Database <a id="upgrading-pgsql-db"></a>
|
||||
|
||||
If you installed Icinga Web 2 from package, please check the upgrade scripts located in
|
||||
**/usr/share/doc/icingaweb2/schema/pgsql-upgrades** to update your database schema.
|
||||
**/usr/share/doc/icingaweb2/schema/pgsql-upgrades** (Debian/Ubuntu: **/usr/share/icingaweb2/etc/schema/pgsql-upgrades**)
|
||||
to update your database schema.
|
||||
In case you installed Icinga Web 2 from source, please find the upgrade scripts in **etc/schema/pgsql-upgrades**.
|
||||
|
||||
> **Note**
|
||||
|
Loading…
x
Reference in New Issue
Block a user