Operations grimoire/Penpot: Difference between revisions

From Nasqueron Agora
(Created page with "Penpot allows to experiment with UX, design and prototypes. It's hosted on our Docker PaaS. == Troubleshoot == === PostgreSQL === You can open a PostgreSQL console with <code>docker exec -it penpot_db psql -U penpot</code>. === Front-end vs back-end version == Versions for back-end and front-end need to match, especially as Penpot is developed with a rather fast pace. * Front-end: `cat /srv/penpot/public/version.txt` * Back-end: `docker exec penpot_web cat version.txt`")
 
No edit summary
Line 5: Line 5:
You can open a PostgreSQL console with <code>docker exec -it penpot_db psql -U penpot</code>.
You can open a PostgreSQL console with <code>docker exec -it penpot_db psql -U penpot</code>.


=== Front-end vs back-end version ==
=== Front-end vs back-end version ===
Versions for back-end and front-end need to match, especially as Penpot is developed with a rather fast pace.
Versions for back-end and front-end need to match, especially as Penpot is developed with a rather fast pace.


* Front-end: `cat /srv/penpot/public/version.txt`
* Front-end: `cat /srv/penpot/public/version.txt`
* Back-end: `docker exec penpot_web cat version.txt`
* Back-end: `docker exec penpot_web cat version.txt`

Revision as of 23:15, 12 January 2024

Penpot allows to experiment with UX, design and prototypes. It's hosted on our Docker PaaS.

Troubleshoot

PostgreSQL

You can open a PostgreSQL console with docker exec -it penpot_db psql -U penpot.

Front-end vs back-end version

Versions for back-end and front-end need to match, especially as Penpot is developed with a rather fast pace.

  • Front-end: `cat /srv/penpot/public/version.txt`
  • Back-end: `docker exec penpot_web cat version.txt`