mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
docs: small changes&updates (#9059)
* Updates * Adding information to the PR Checklist * fix #5644 * PR feedback * suggestions * Revert dbname
This commit is contained in:
parent
dd8d7732de
commit
6f82f220b8
6 changed files with 18 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ docker compose pull # Update to latest version of Immich (if desired)
|
|||
docker compose create # Create Docker containers for Immich apps without running them.
|
||||
docker start immich_postgres # Start Postgres server
|
||||
sleep 10 # Wait for Postgres server to start up
|
||||
gc "C:\path\to\backup\dump.sql" | docker exec -i immich_postgres psql --username=postgres # Restore Backup
|
||||
gc "C:\path\to\backup\dump.sql" | docker exec -i immich_postgres psql --username=postgres # Restore Backup
|
||||
docker compose up -d # Start remainder of Immich apps
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,11 @@ When contributing code through a pull request, please check the following:
|
|||
- [ ] `npm run check:svelte` (Type checking via SvelteKit)
|
||||
- [ ] `npm test` (unit tests)
|
||||
|
||||
## Documentation
|
||||
|
||||
- [ ] `npm run format` (formatting via Prettier)
|
||||
- [ ] Update the `_redirects` file if you have renamed a page or removed it from the documentation.
|
||||
|
||||
:::tip AIO
|
||||
Run all web checks with `npm run check:all`
|
||||
:::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue