The redis_password column was removed from standalone_redis table in migration 2024_10_16_120026_move_redis_password_to_envs.php, moving passwords to environment_variables table. However, the API endpoint still accepted redis_password parameter and tried to mass-assign it via fill(), causing SQL error: "column redis_password of relation standalone_redis does not exist" Fixed by extracting redis_password from $otherData before fill() and using it when creating the REDIS_PASSWORD environment variable, similar to how the migration handled the transition. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api.php | ||
| applications.php | ||
| constants.php | ||
| databases.php | ||
| docker.php | ||
| domains.php | ||
| github.php | ||
| notifications.php | ||
| parsers.php | ||
| proxy.php | ||
| remoteProcess.php | ||
| services.php | ||
| shared.php | ||
| socialite.php | ||
| subscriptions.php | ||
| sudo.php | ||
| timezone.php | ||