You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker exec postgres-bookmarks psql -U postgres -c "COPY (select * from tweets order by sort_index asc) to stdout with csv header delimiter ',';" > backup/tweets.csv