Skip to content
Snippets Groups Projects
Forked from Ad Aures / Castopod
Loading
  • Yassine Doghri's avatar
    37c54d24
    feat: build hashed static files to renew browser cache · 37c54d24
    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
    37c54d24
    History
    feat: build hashed static files to renew browser cache
    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 , bug fixes 🐛 and performance improvements .

Table of contents

Manual update instructions

  1. Go to the releases page and see if your instance is up to date with the latest Castopod Host version

  2. Download the latest release package named Castopod Host Package, you may choose between the zip or tar.gz archives

    • ⚠️ Make sure you download the Castopod Host Package and NOT the Source Code
  3. On your server:

    • Remove all files except .env and public/media
    • Copy the new files from the downloaded package into your server
  4. 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.

  5. If you are using redis, clear your cache.

  6. Enjoy your fresh instance, you're all done!

Automatic update instructions

Coming soon... 👀

Frequently asked questions (FAQ)

Where can I find my Castopod Host version?