subzerocloud / postgrest-starter-kit

Starter Kit and tooling for authoring REST API backends with PostgREST
MIT License
744 stars 71 forks source link

initializing the migrations fail when the password has special characters #16

Closed orthodoc closed 7 years ago

orthodoc commented 7 years ago

Case: Password has % character Subzero error: pg_dumpall: invalid percent-encoded token

Is this related to url encoding?

ruslantalpa commented 7 years ago

no, this is something else. and it's probably an error in this repo https://github.com/subzerocloud/subzero-cli please opne an issue there and paste a few more log lines.