Jason Schilling
Jason Schilling
@josegonzalez Yes, they are running with the `~/.dokku/contrib/dokku_client.sh`-Client.
Same result running as root on server: ``` root@server/home/user # dokku redis:create rtest Waiting for container to be ready =====> Redis container created: rtest =====> rtest redis service information Config...
``` root@server~ # dokku redis:logs rtest 1:C 19 Jul 2024 04:53:14.474 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory...
Had the case that there is a file: ``` drwxr-xr-x 2 999 dokku 4.0K Jul 19 21:51 . drwxr-xr-x 4 dokku dokku 4.0K Jul 19 06:56 .. -rw------- 1 999...
I think I've fixed it like this: ```diff suppress_output service_container_rm "$SERVICE" "$DOCKER_BIN" container run --rm -v "$SERVICE_HOST_ROOT/data:/data" "$PLUGIN_IMAGE:$PLUGIN_IMAGE_VERSION" bash -c "rm -f /data/dump.rdb" + "$DOCKER_BIN" container run --rm -i -v...
I've never checked inside the container. I just realized that we always interact with the dump file from within temporary or the service container itself, except for the stdin redirect...
Here the state after every command, just splitted for better overview. **Cleanup** ``` root@server ~ # dokku redis:destroy rtest --force =====> Deleting rtest =====> Pausing container Container paused Removing container...
@zml2008 There are no artifacts available. (Built it myself thanks for the work 👍🏼, how someone can contribute to make releases faster?)
It should be noted that the JS file needs to be included using the Stimulus bundle; otherwise, after the update, you'll get only error messages with someting aboutinvalid CSRF-Token without...
@stof > Note that even if the IDE decides to take the `.d.ts` file as the autocompletion source, all the explanations written in the JSDoc are preserved, as `tsc` will...