Stix
Upgrade from 0.3.3 to latest versions
Hello, I've a local deployment of twenty done with docker compose. Since I can't find any relevant information in the docs I'm asking here. What steps shpuld I do to upgrade twenty to the latest versions without data loss?
7 replies
Cannot add new elements (person, company or opportunity)
Hello, we have an already populated twenty instance... After the update we are not able to add anywthing new and we gett an apollo error 500.
In the logs we get
'twenty | Exception Captured
twenty | {
twenty | operation: { name: 'CreateOnePerson', type: 'mutation' },
twenty | document: 'mutation CreateOnePerson($input: PersonCreateInput!) {\n' +
twenty | ' createPerson(data: $input) {\n' +
twenty | ' __typename\n' +
twenty | ' favorites {\n' +
twenty | ' edges {\n' +
twenty | ' node {\n' +
twenty | [
twenty | GraphQLError: Variable "$input" got invalid value "first" at "input.position"; Float cannot represent non numeric value: "first"'
We already did db init and migrations.
We are running on docker and tried the latest docker-compose too
5 replies