Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # To fix
  2.  
  3. ```
  4. docker-compose run --rm postgres bash
  5. ```
  6.  
  7. ```
  8. gosu postgres pg_resetwal -f /var/lib/postgresql/data
  9. exit
  10. ```
  11.  
  12. ```
  13. docker-compose up
  14. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement