Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 905 Bytes

UPDATING.md

File metadata and controls

25 lines (16 loc) · 905 Bytes

Updating

The update process refers to updating existing Chevereto containers to a newly tagged image previously made. Check UPGRADING for the recommended full upgrade process.

One-click Chevereto updating

Run the following command to update all instances. The process will swap every instance to the new container image and perform the necessary database updates.

make update

Manual Chevereto updating

Swap to the new container image by down plus up-d by passing the NAMESPACE of your project. Once done, execute the app/bin/legacy -C update command to perform the necessary database updates.

make down NAMESPACE=yourproject
make up-d NAMESPACE=yourproject
make exec NAMESPACE=yourproject COMMAND="app/bin/legacy -C update"

Troubleshooting

Refer to persistance troubleshoot If the system prompts to re-install.