Make media-store restore work with server files, not local

This is a simplification and a way to make it consistent with
how we do Postgres imports (see 6d89319822), using
files coming from the server, not from the local machine.

By encouraging people NOT to use local files,
we potentially avoid problems such as #34 (Github issue),
where people would download `media_store` to their Mac's filesystem
and case-sensitivity issues will actually corrupt it.

By not encouraging local files usage, it's less likely that
people would copy (huge) directories to their local machine like that.
This commit is contained in:
Slavi Pantaleev
2019-01-01 15:37:57 +02:00
parent 543b98d24c
commit 76506f34e0
6 changed files with 53 additions and 35 deletions

View File

@ -21,7 +21,7 @@ After installing, but before starting the services, you may want to do additiona
- [Importing an existing Postgres database (from another installation)](importing-postgres.md) (optional)
- [Restoring `media_store` data files from an existing installation](restoring-media-store.md) (optional)
- [Importing `media_store` data files from an existing installation](importing-media-store.md) (optional)
## Starting the services