summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-24 14:20:45 +0000
committerAndrew Dolgov <[email protected]>2023-10-24 14:20:45 +0000
commitba43a77915467aa580268649eed8a63b92d49b5c (patch)
treeffbfc823060729f407d70360b49efa9f20d3ac30
parentb7688ca475e49f74ef9cb70e72f08aade8082875 (diff)
Update InstallationNotes
-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