SEMICOLON;
SEMICOLON;
Explore posts from servers
RRailway
Created by SEMICOLON; on 3/9/2024 in #✋|help
transfer service to another project
66e86b54-709d-4b45-9625-e3b0bf32a5c7
5 replies
RRailway
Created by SEMICOLON; on 11/13/2023 in #✋|help
backup issue after migration
Is there any solution for it? Maybe I should deploy a new backup template instead of the one I use right now?
13 replies
RRailway
Created by SEMICOLON; on 11/13/2023 in #✋|help
backup issue after migration
The problem is that the backup is not working anymore after I migrated to the new V2 database, not sure what's happening because it was working fine before migration. The same error appeared again today at the time of cron job (backup schedule):
Error while running backup: {

stderr: 'pg_dump: warning: there are circular foreign-key constraints on this table:\n' +

'pg_dump: detail: hypertable\n' +

'pg_dump: hint: You might not be able to restore the dump without using --disable-triggers or temporarily dropping the constraints.\n' +

'pg_dump: hint: Consider using a full dump instead of a --data-only dump to avoid this problem.\n' +

'pg_dump: warning: there are circular foreign-key constraints on this table:\n' +

'pg_dump: detail: chunk\n' +

'pg_dump: hint: You might not be able to restore the dump without using --disable-triggers or temporarily dropping the constraints.\n' +

'pg_dump: hint: Consider using a full dump instead of a --data-only dump to avoid this problem.\n' +

'pg_dump: warning: there are circular foreign-key constraints on this table:\n' +

'pg_dump: detail: continuous_agg\n' +

'pg_dump: hint: You might not be able to restore the dump without using --disable-triggers or temporarily dropping the constraints.\n' +

'pg_dump: hint: Consider using a full dump instead of a --data-only dump to avoid this problem.'

}
Error while running backup: {

stderr: 'pg_dump: warning: there are circular foreign-key constraints on this table:\n' +

'pg_dump: detail: hypertable\n' +

'pg_dump: hint: You might not be able to restore the dump without using --disable-triggers or temporarily dropping the constraints.\n' +

'pg_dump: hint: Consider using a full dump instead of a --data-only dump to avoid this problem.\n' +

'pg_dump: warning: there are circular foreign-key constraints on this table:\n' +

'pg_dump: detail: chunk\n' +

'pg_dump: hint: You might not be able to restore the dump without using --disable-triggers or temporarily dropping the constraints.\n' +

'pg_dump: hint: Consider using a full dump instead of a --data-only dump to avoid this problem.\n' +

'pg_dump: warning: there are circular foreign-key constraints on this table:\n' +

'pg_dump: detail: continuous_agg\n' +

'pg_dump: hint: You might not be able to restore the dump without using --disable-triggers or temporarily dropping the constraints.\n' +

'pg_dump: hint: Consider using a full dump instead of a --data-only dump to avoid this problem.'

}
13 replies
RRailway
Created by SEMICOLON; on 11/13/2023 in #✋|help
backup issue after migration
f24f66a8-3ea7-4ec9-b82a-5904487dee94
13 replies
RRailway
Created by SEMICOLON; on 9/1/2023 in #✋|help
Payment shows unsuccessful even though it's not
I contacted them at morning they told me that the payment was successful and amount was charged, but I will make sure again maybe it was reversed later on, I will contact them again and get back to you 👍🏽
15 replies
RRailway
Created by SEMICOLON; on 9/1/2023 in #✋|help
Payment shows unsuccessful even though it's not
66e86b54-709d-4b45-9625-e3b0bf32a5c7
15 replies
FFilament
Created by SEMICOLON; on 8/7/2023 in #❓┊help
Fill form data when a specific field changes
Thank you so much guys 👍
11 replies
FFilament
Created by SEMICOLON; on 8/7/2023 in #❓┊help
Fill form data when a specific field changes
TextInput::make('hourly_price')->afterStateUpdated(function (Closure $set, $state) {
dd($state);
})
TextInput::make('hourly_price')->afterStateUpdated(function (Closure $set, $state) {
dd($state);
})
state returns only the input of hourly_price
11 replies
FFilament
Created by SEMICOLON; on 8/7/2023 in #❓┊help
Fill form data when a specific field changes
Can I access the value daily_price inside TextInput::make('hourly_price')->afterStateUpdated(...) ? is seems that state returns only the value hourly_price
11 replies