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"
Information will be updated soon.
Automatic Translation!
This page has been translated using automated tools. The text may contain inaccuracies.