forked from craws/OpenAtlas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bookworm: raise version, install notes, replace deprecated functions
- Loading branch information
1 parent
93b6525
commit 41d2700
Showing
8 changed files
with
48 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## INFO | ||
You can use the database update script which takes care of database changes even | ||
over multiple versions. A backup is made before changes happen. | ||
You still should read the upgrade notes about important information. | ||
|
||
**Database update script limitations** | ||
* You should only do this within the official **main** branch of OpenAtlas | ||
* If the database owner is not called "openatlas" (default) you will have to | ||
update the SQL files accordingly before | ||
|
||
**How to upgrade** | ||
This upgrade example is written for a Linux system | ||
* Update the code base | ||
* Run the database upgrade script | ||
* Restart Apache | ||
|
||
git pull origin main | ||
sudo python3 install/upgrade/database_upgrade.py | ||
sudo service apache2 restart | ||
|
||
### 7.17.x to 8.0.0 | ||
|
||
This is a major upgrade which utilizes newer versions of almost every underlying | ||
software used. Please consult the install.md about package installation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters