Hello, I couldn't change the database timezone, I have tried the following commands:
ALTER DATABASE postgres SET timezone TO 'Asia/Kuala_Lumpur';ALTER ROLE postgres SET timezone TO 'Asia/Kuala_Lumpur';
I am running a php web application and I would like to track error in my new relic dashboard, how do I do that? Because it seems like I need access to the php.ini
I want my deployment to attempt to migrate the database whenever there's a new deployment, the command needed to run is
./vendor/bin/phinx migrate
How do I set that?