08-29-2012 06:54 AM
We have to run Nuxeo with db.user and db.password having no table creation rights and we have successfully configured nuxeo but we have to do the following steps:
Nuxeo starts perfectly fine.
We want to avoid step # 1 (first starting nuxeo with db.user and db.password having table creation rights) So we want to create tables via sql db scripts. Is this possible?
08-30-2012 07:06 AM
I'm not sure to understand your question. Do you ask our permission to do that ? 😄
If you really want, why not 🙂 but you will do exactly the same that what Nuxeo do automatically. Maybe my advices would be
But becareful if you do maintenance action (hot fix deployment) or add more feature through studio project or any else action that need the table rights, you may have some instabilities. My real advice will be to let the right.
Hope this will help you 😄
08-30-2012 07:06 AM
I'm not sure to understand your question. Do you ask our permission to do that ? 😄
If you really want, why not 🙂 but you will do exactly the same that what Nuxeo do automatically. Maybe my advices would be
But becareful if you do maintenance action (hot fix deployment) or add more feature through studio project or any else action that need the table rights, you may have some instabilities. My real advice will be to let the right.
Hope this will help you 😄
08-30-2012 07:37 AM
Bjalon, Thats the constraint from the client that we cannot run nuxeo with user having table creation rights.
08-30-2012 07:40 AM
I'm sad for you
09-03-2012 09:16 AM
The simplest way is to start Nuxeo once on an empty database, then use a database script generation tool to dump its content and turn it into a SQL script.
For instance using PostgreSQL you can use pg_dump --schema-only
.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.