Forked from
Ad Aures / Castopod
-
Yassine Doghri authored
- replace rollup config with vitejs - use vite dev server during development to take advantage of hot module replacement (HMR) - add vite service using Vite library to load css and js assets - update package.json scripts and remove unnecessary dependencies - update scripts/bundle-prepare.sh closes #107
Yassine Doghri authored- replace rollup config with vitejs - use vite dev server during development to take advantage of hot module replacement (HMR) - add vite service using Vite library to load css and js assets - update package.json scripts and remove unnecessary dependencies - update scripts/bundle-prepare.sh closes #107
UPDATE.md 3.61 KiB
How to update Castopod Host
After installing Castopod Host, you may want to update your instance to the
latest version in order to enjoy the latest features
Table of contents
Manual update instructions
-
Go to the releases page and see if your instance is up to date with the latest Castopod Host version
-
Download the latest release package named
Castopod Host Package
, you may choose between thezip
ortar.gz
archives-
⚠️ Make sure you download the Castopod Host Package and NOT the Source Code
-
-
On your server:
- Remove all files except
.env
andpublic/media
- Copy the new files from the downloaded package into your server
- Note: you may need to reset files permissions as during the install process. Check Security Concerns section in INSTALL.md.
- Remove all files except
-
Alpha releases may come with additional update instructions (see releases page). They are usually database migration scripts in
.sql
format to update your database schema.-
👉 Make sure you run the scripts on your phpmyadmin panel or using command line to update the database along with the package files! - cf. I haven't updated my instance in a long time… What should I do?
-
-
If you are using redis, clear your cache.
-
✨ Enjoy your fresh instance, you're all done!
Automatic update instructions
Coming soon...
👀