jeremy
Explore posts from serversResize volume on hobby plan
Hi there,
During the night my database reached the 5GB limit and now I am kinda stuck.
I tried deploying the file browser template and mount the volume to it, but because it's full, the browser template couldn't be deployed.
The database volume is connected to LibSQL and the size growing is due to WAL method. Usually, when I redeploy the libsql server it concat all the WAL and the real size of the volume is approximatively 600MB. However, since it reached the limit, I also can't redeploy the libsql server ("disk I/O error"), meaning it can't optimise the volume and go back to the "normal" size.
I'm now trying to recreate a new volume and restore data from my backup so I can at least restart my services.
Is there a way to grow the volume, either temporary (to 10GB for example) or just a paid add-on for hobby plan? (to 10GB as well)
PS: How can I download all the files from the volume? Since the file browser doesn't work (error: "mkdir: can't create directory '/data/storage': No space left on device")
id: 34849d22-d685-4e73-8858-fbd4fe42ea65
volume: db249e52-dbf7-43a5-963e-090ad7f2b034
32 replies
Crashed service still working
Hi,
I received an email telling me my service crashed. When I go to the dashboard the deployment said it's crashed, however, everything is alright, and the api is serving requests succesfully. I would expect it recovered/restarted itself, but the deployment is still marked as crashed somehow?
34849d22-d685-4e73-8858-fbd4fe42ea65
16 replies
Database unreachable after getting "Client network socket disconnected"
Hey there,
I created a temporary libSQL database to test out some upcoming migration I will need to run on production. I deployed the database using Brody's template https://railway.app/template/p121Tx
The migration runs a schema migration first (step 1), successfully, a data migration (step 2), moving data from firebase to libsql, successfully and lastly a migration to move images around in Cloudflare R2 (step 3), which fails.
In the last migration; I'm getting all the data migrated from step 2 in order to do some operation with R2. I have about ~45000 rows to go through, which I need to update back to the database using the libsql client. When trying to run an libsql.execute statement I'm getting the following error:
After getting this error, my database becomes unaccessible for some time. In general, it takes about 1/2 hours before I can connect to it again. I'm using TablePlus to connect to it, and it just stays stuck in the "Connecting to database..." until it fails. Even after trying to redeploy the database, it's still unreachable. I don't have any errors in the database logs either.
Service has V2 runtime and beta edge proxy enabled.
34849d22-d685-4e73-8858-fbd4fe42ea65
7 replies
Service group just broke
Is there any updates that happened today or yesterday around service group?
I was clicking on some of my service, and they started overlapping each of other (part of the same service group) and suddenly the service group disappeared. Looks like I will have to re-create all my services group.
I had this error in console https://react.dev/errors/418?invariant=418
I am using Arc
Is it still localStorage only or there is a plan to save the service groups settings more permanently?
EDIT: well, it does seem like it's not localStorage anymore, so somehow, some of my groups disapeared and I had to re-create them
34849d22-d685-4e73-8858-fbd4fe42ea65
9 replies
Issue with the environment deploy changes flow
Step 1:
I created a new variable in Shared Variables > my env
Step 2:
I pressed "apply to services" or whatever exact message was showing in the small tooltip in the bottom right of the screen
Step 3:
Added another variable manually on 2 other services
Step 4: Changes the details of the changes. Everything looked good
Step 5: Deploy the changes and my services are crashing
Step 6: Check in each service, and when checking the shared variable I just added before, it shows as "<empty string>"
Step 7: When going back to Shared variables > my env; the one I created just before is not there anymore
Project id: 34849d22-d685-4e73-8858-fbd4fe42ea65
Browser: Arc
7 replies
How to specify a fixed version for a nix package
Is there a way to specify a fixed version for
nixPkgs
? something like this:
nixPkgs = ["...", "zlib", "[email protected]"]
At the moment I downgraded nixpacks altogether with nixpacksVersion
but not ideal24 replies