You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and [ghcr.io/tt-rss/tt-rss-web-nginx](https://github.com/orgs/tt-rss/packages/container/package/tt-rss-web-nginx)).
22
22
23
23
{: .warning }
@@ -218,7 +218,7 @@ We'll use the following error message as an example of what you might see in the
218
218
Official PostgreSQL containers have no support for migrating data between major versions.
219
219
Using the aforementioned example, you could do one of the following:
220
220
221
-
1. Replace `postgres:15-alpine` with `postgres:12-alpine` in `docker-compose.yml` (or use `docker-compose.override.yml`, see-below) and keep using PG 12
221
+
1. Replace `postgres:15-alpine` with `postgres:12-alpine` in `docker-compose.yml` (or use `docker-compose.override.yml`, seebelow) and keep using PG 12
222
222
2. Use [this DB container](https://github.com/pgautoupgrade/docker-pgautoupgrade) which would automatically upgrade the database
223
223
3. Migrate the data manually using `pg_dump` and `pg_restore` (somewhat complicated if you haven't done it before)
224
224
@@ -243,7 +243,7 @@ Don't forget to remove `/tt-rss/` from `TTRSS_SELF_URL_PATH` (if you have it set
243
243
244
244
### How do I apply configuration options?
245
245
246
-
There are two sets of options you can change through the environment: those specific to tt-rss (those are prefixed with-`TTRSS_`) and those affecting container behavior.
246
+
There are two sets of options you can change through the environment: those specific to tt-rss (those are prefixed with`TTRSS_`) and those affecting container behavior.
247
247
248
248
#### Options specific to tt-rss
249
249
@@ -357,7 +357,7 @@ PING app (172.18.0.3): 56 data bytes
357
357
round-trip min/avg/max = 0.128/0.159/0.206 ms
358
358
```
359
359
360
-
Containers communicate via DNS names assigned by Docker based on service names defined in `docker-compose.yml`. This means that services (specifically,-`app`) and Docker DNS service should be functional.
360
+
Containers communicate via DNS names assigned by Docker based on service names defined in `docker-compose.yml`. This means that services (specifically`app`) and Docker DNS service should be functional.
361
361
362
362
Similar issues may be also caused by Docker `iptables` functionality either being disabled or conflicting with `nftables`.
363
363
@@ -449,7 +449,7 @@ If your service uses a non-standard (i.e. not 80 or 443) port, make an internal
449
449
450
450
### Backup and restore
451
451
452
-
If you have `backups` container enabled, stock configuration makes automatic backups (database, local plugins,-etc.) once a week to a separate storage volume.
452
+
If you have `backups` container enabled, stock configuration makes automatic backups (database, local plugins,etc.) once a week to a separate storage volume.
453
453
454
454
Note that this container is included as a safety net for people who wouldn't bother with backups otherwise.
455
455
If you value your data, you should invest your time into setting up something like [WAL-G](https://github.com/wal-g/wal-g) instead.
@@ -460,7 +460,7 @@ To run [`.docker/app/backup.sh`](https://github.com/tt-rss/tt-rss/blob/main/.doc
Alternatively, if you want to initiate backups from the host (or if you're using PostgreSQL 18+, currently incompatible with the `backup`-container) you can do something like this:
463
+
Alternatively, if you want to initiate backups from the host (or if you're using PostgreSQL 18+, currently incompatible with the `backup`container) you can do something like this:
0 commit comments