Joe Harrison
de0e9b1f35
fix: path in docs and compose for postgres 18 ( #2049 )
2025-10-16 07:36:56 +02:00
Ludovic Ortega
d95cccac6a
docs: postgres 18 documentation ( #2046 )
...
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
2025-10-15 00:09:43 +02:00
Gauthier
42eec245b7
docs: add a warning about the new mount point in Postgres ( #1968 )
...
* docs: add a warning about the new mount point in Postgres
* fix: update path
Co-authored-by: fallenbagel <98979876+fallenbagel@users.noreply.github.com >
---------
Co-authored-by: fallenbagel <98979876+fallenbagel@users.noreply.github.com >
2025-10-06 00:54:14 +00:00
0xsysr3ll
4c633d49c5
docs(database): update database configuration/migration instructions ( #1777 )
...
- Divided Docker and standalone installation methods in tabs
- Added some guidance for PostgreSQL socket paths, Docker networking requirements, and migration procedures
2025-07-13 13:47:16 +02:00
Fallenbagel
5a323324f8
refactor(postgres): add postgres socket ( #1248 )
...
* refactor: adds socket_path for unix socket support for postgres
* docs: add documentation for unix socket postgres connection
2025-01-12 22:40:46 +08:00
Fallenbagel
425f0c854e
docs: remove pgloader volume from db config
...
this is not needed as we are using the command directly anyways
2025-01-10 19:37:12 +08:00
fallenbagel
c98becf936
docs(db): postgres is now supported in latest stable & some styling fixes
2024-12-30 10:21:27 +08:00
Fallenbagel
8da02d01b2
docs: add note for database config
2024-12-28 03:19:08 +08:00
dr-carrot
44a9221a9d
feat: add postgres support + migrations ( #628 )
...
* chore(release): 1.4.0
* chore(release): 1.4.1
* chore(release): 1.5.0
* chore(release): 1.6.0
* chore(release): 1.7.0
* feat: support for postgresql
* test(pgsql): disable root certificate verification
* test(ci): temporarily change CI for local repo
* fix: don't use SQLite idiom when using PgSQL
* feat(db): add flag to toggle TLS for Postgres
* feat(postgres and migrations): added migrations for postgres & imporved ssl for postgres config
#186
* fix: restored workflow actions
* fix: access order
* fix: added pushover sound migration tto initial migration
* fix: added option to log queries
* fix: issue with session migration
* chore: relocate pushover sound migration
* feat: added logging option to other datasources
* chore: small tweaks for the datasource. Added docs for db setup
* chore: cleanup logs
* fix: added default dates to postgres migration
* fix: removed psql specific relation checks
* chore: added some debug sanity checks
* chore: added some more debug sanity checks
* chore: added some more additional debug sanity checks
* chore: added some more+ additional debug sanity checks
* chore: mild log cleanup
* chore: more log cleanup
* chore: finish log cleanup
* fix: added not null to migration so typeorm doesn't delete ids
* chore: cleanup extra psql code
* fix: remove eager load
* docs: added documentation for migration to postgres
* docs: added database option to bug template
* feat: created docker-compose postgres file
* fix: updated ts schema to align with change to migration
* fix: switch timestamp to include timezone
* fix: fixed indentation in psql docker-compose
* fix: changed version to 0.1.0 to remove ui notification
* style: fixed prettier in docker-compose.pastgres.yaml
* chore: restored CHANGELOG.md
* chore: revverted ts commit
* fix: update pnpm lock with pg package
* chore(pnpm-lock.yaml): updated pnpm-lock
* docs: update docs to add psql set up info
* refactor: clean up code from cr comments
* feat: migrate blacklist
* fix: fix issue with cypress tests
* docs: update psql docs
* fix: fix psql issue in user page; fix tiny psql error when selecting by empty list
* fix: incorrect current date function
* fix: null contraint with mediaAddedAt; fix psql col type
* refactor: removed unnecessary import
* feat: add postgres migration for streaming region
---------
Co-authored-by: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com >
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net >
Co-authored-by: zackhow <zackhow@gmail.com >
Co-authored-by: Ryan Algar <me@ralgar.dev >
Co-authored-by: Ryan Algar <59636191+ralgar@users.noreply.github.com >
2024-12-16 14:02:33 +01:00