-
Datum mit Zeitzone
Timezones (data.$last.time_zone, timeZone) nach tz-databasehttps://en.wikipedia.org/wiki/List_of_tz_database_time_zones
-
GIT Helpful Tips
Latest commit on a branch: This will install the latest commit from branch-name. Specific tag
-
Backups for Directus with Docker and Postgres
How does it work? We connect into the docker container (exec -i) with the name (e.g. postgres_database) or container ID and then run inside the psql command to interact with the database First create a Backup! 1) End all active connections to database Connect to database via psql Select all processes in the database Terminate…