summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--InstallationNotes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index 51dc0e0..6a38ff2 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -149,7 +149,7 @@ Official PostgreSQL containers have no support for migrating data between major
2. Use this DB container which would automatically upgrade the database - https://github.com/pgautoupgrade/docker-pgautoupgrade
3. Migrate the data manually using pg_dump & restore (somewhat complicated if you haven't done it before)
-See also: https://community.tt-rss.org/t/docker-compose-setup-broken-repo-missing/6164/15?u=fox
+See also: https://community.tt-rss.org/t/docker-compose-setup-broken-repo-missing/6164/15
### I'm using docker-compose.override.yml and now I'm getting schema update (and other) strange issues