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 difference)
|
Revision as of 22:35, 3 April 2023
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`