Re: [Toaster] Toaster and Posgres database
"Robert Carnecky" <[email protected]>
| Newsgroups | org.yoctoproject.lists.toaster |
|---|---|
| Message-ID | <CABMENH6NjSZZJWNGNYGMjgf593q9-a_wjC3LiyQjbfGi3FPfXw@mail.gmail.com> |
David, Unfortunately, I have no full error stack. I analyzed the problem a bit more and found out that Django requires Postgres minimum version 9.6. My version was 9.3. I don't know if the bad statement is generated or written manually. In the former case, there would be a good chance that the problem is a bad database version. Unfortunately, I can't currently update Postgres on the server I wanted to install Toaster on, because that would cause complications for other programs running on that server. I will try to install Toaster on a brand new virtual server with a newer version of the Postgres database, but it will take some time. Robert Robert Carnecky Neopsis GmbH Sustenweg 9 CH-6020 Emmenbruecke Switzerland Tel. (+)41-41-262 0230 Fax (+)41-41-262 0231 Mobile (+)41-79-457 9776 Mail [email protected] On Thu, Jun 3, 2021 at 7:04 AM Reyna, David <[email protected]> wrote: > > Hi Robert, > > I have not. > > Do you have the full error? We will probably need to update the schema for Toaster since Postgres is very rigid as per the model information. SQLite and MariaDB are much more relaxed by comparison. > > David > > -----Original Message----- > From: [email protected] <[email protected]> On Behalf Of Robert Carnecky (Neopsis) > Sent: Wednesday, June 2, 2021 9:07 AM > To: [email protected] > Subject: [Toaster] Toaster and Posgres database > > Has anyone managed to successfully install Toaster on Postgres > database? My installation crashes on the migration step 'Applying > orm.0008_refactor_artifact_models' with syntax error 'FROM > unnest(c.conkey) WITH ORDINALITY co...'. > > Robert > > >