Skip to content

Updating GitFlic from version 4.x.x to 4.4.x


Attention!

If you are using GitFlic version 2.x.x, first follow the migration guide from version 2.x.x to 3.x.x, then the guide from version 3.x.x to 4.x.x before proceeding with this guide.

General Information

Version 4.4.0 introduces a new database extension requirement. To continue operation, you must install the pg_trgm extension in the database used by GitFlic.

If you encounter any difficulties during the update, please contact us at support@gitflic.ru describing your issue.

GitFlic Software Update

Execute the following command as a user with privileges to install extensions in PostgreSQL:

sudo -u postgres psql -d gitflic -c "CREATE EXTENSION pg_trgm"  

If GitFlic is deployed in Docker, to upgrade to version 4.4.1 you need to:

  1. Update the docker-compose.yaml file from the GitFlic 4.4.1 distribution archive.

  2. Update the Docker image.

    To do this, run the following command in the directory containing the docker-compose.yaml file:

    docker compose pull
    
  3. Restart the services to apply the updates:

    docker compose down
    docker compose up -d
    

After completing these steps, GitFlic will be upgraded to version 4.4.1.

Automated translation!

This page has been translated using automated tools. The text may contain inaccuracies.