How to use createdb and not fail when using custom postgres?
This troubleshooting guide describes the solution when using custom postgresql, createdb fails as ‘local user with ID 1001 does not exist’
Problem
Solution
- Execute the command as an user
postgres
instead, e.g., createdb -U postgres chirpns
Last modified February 17, 2023:
update (#208) (ea731fc)