Qovery / Replibyte

Seed your development database with real data ⚡️
https://www.replibyte.com
GNU General Public License v3.0
4.18k stars 129 forks source link

Issues with documentation #202

Open ghost opened 2 years ago

ghost commented 2 years ago

replibyte 0.9.5


https://www.replibyte.com/docs/guides/restore-a-dump says

replibyte -c conf.yaml dump restore local -d postgresql -v latest -d parameter accepts mongodb, mysql and other databases supported by Replibyte.

while the parameter is -i / --image


https://www.replibyte.com/docs/getting-started/configuration says as an example

datastore:
  aws:
    bucket: $BUCKET_NAME
    region: $S3_REGION
    access_key_id: $ACCESS_KEY_ID
    secret_access_key: $AWS_SECRET_ACCESS_KEY

though it is

datastore:
  aws:
    bucket: $BUCKET_NAME
    region: $S3_REGION
    credentials:
       access_key_id: $ACCESS_KEY_ID
       secret_access_key: $AWS_SECRET_ACCESS_KEY
evoxmusic commented 2 years ago

Ok thank you for reporting this issue 🙏🏽 - can you open a PR and I'll merge it?

skyline93 commented 2 years ago

Hi @evoxmusic , i have pull request #222 to the issue

evoxmusic commented 2 years ago

Thank you 🙏