-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
A Discord user reported that they receive the following error when retrieving the status of a staged schema for a new child database:
$ if fauna schema push --no-input --secret $FAUNA_SECRET_KEY --dir $CI_PROJECT_DIR/fauna_schema; then echo "Schema pushed succesfully."; else echo "Could not push new schema. Abandoning any staged schema."; fauna schema abandon --no-input --secret $FAUNA_SECRET_KEY --dir $CI_PROJECT_DIR/fauna_schema; exit 1; fi
Schema pushed succesfully.
$ fauna schema status --no-input --secret $FAUNA_SECRET_KEY
java.lang.IllegalStateException: Collection FalseAlarmFeeScheduleItem not found Please create a ticket at https://support.fauna.com
The error only occurs in the v4 CLI, not v3.
Related Discord thread: https://discord.com/channels/826528159389581342/1331835385176916069
ryancausey
Metadata
Metadata
Assignees
Labels
No labels