Croissant
Croissant
Explore posts from servers
RRailway
Created by Croissant on 10/16/2024 in #✋|help
Cannot change Postgres TImezone
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';
7 replies
RRailway
Created by Croissant on 8/22/2024 in #✋|help
How to combine project together?
No description
10 replies
RRailway
Created by Croissant on 5/25/2024 in #✋|help
How to Install New Relic on my php application?
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
31 replies
RRailway
Created by Croissant on 5/18/2024 in #✋|help
Additional Command when deploying
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?
27 replies
RRailway
Created by Croissant on 12/19/2023 in #✋|help
Using router in php
How can I use router in php? I tried the following code:
$parsed_url = parse_url($_SERVER['REQUEST_URI'])['path'];
echo $parsed_url;
print_r($_SERVER);

if ($parsed_url == '/test/hihi/') {
echo 'hihi';
}
$parsed_url = parse_url($_SERVER['REQUEST_URI'])['path'];
echo $parsed_url;
print_r($_SERVER);

if ($parsed_url == '/test/hihi/') {
echo 'hihi';
}
It return error 404 instead of hihi
42 replies
RRailway
Created by Croissant on 7/26/2023 in #✋|help
Postgres Slave Backup Server
How can I run a backup server to backup my postgres database on Railway?
15 replies
RRailway
Created by Croissant on 7/18/2023 in #✋|help
How to hide .php extension on Railway?
^
10 replies
RRailway
Created by Croissant on 3/28/2023 in #✋|help
How to change from postpaid to prepaid payment?
^
5 replies
RRailway
Created by Croissant on 3/13/2023 in #✋|help
How to secure my postgreSQL on Railway?
^
23 replies