Skip to content

Commit

Permalink
Add Postgres export command in admin (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
pil0u authored Nov 19, 2024
1 parent 3a77168 commit d1ed082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/pages/admin.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<li><code>aoc logs aoc --tail</code> shows the live logs</li>
<li><code>aoc config aoc</code> shows the config and env variables</li>
<li><code>aoc -t postgres:connect aoc</code> connects to the database to run SQL</li>
<li><code>aoc -t postgres:export aoc > YYYYMMDD-lewagon-aoc.dump</code> creates a backup of the database</li>
<li>See more on <%= link_to "Dokku's doc", "https://dokku.com/docs/getting-started/installation/", class: "link-explicit link-external" %></li>
</ul>
</div>
Expand Down

0 comments on commit d1ed082

Please sign in to comment.