[Building Sakai] loss of all users and courses when stop and again start sakai

Sean Keesler sean at keesler.org
Fri Jul 31 05:11:00 PDT 2009


It sounds like you need to change your sakai.properties to keep your
data in a database.

You'll find a section of sakai.properies that looks like this:

# two hsqldb storage options: first for in-memory (no persistence between runs)\
, second for disk based
#url at javax.sql.BaseDataSource=jdbc:hsqldb:mem:sakai
url at javax.sql.BaseDataSource=jdbc:hsqldb:file:${sakai.home}db/sakai.db

If you want to experiment without setting up MySQL or Oracle to store
your data, make sure you are not using the "in memory" HSQLDB option.

However, you probably will want to set up MySQL or Oracle pretty soon.
There isn't an easy path to move your data from HSQLDB to either of
the other options.

Sean


On Fri, Jul 31, 2009 at 2:18 AM, GIMMI AGARWAL<gimmiagarwal at gmail.com> wrote:
> Hello friends,
>
> I am using sakai2.5 on the RHEL OS and I have configured it well but when i
> stop the process of sakai using the command "./stop-sakai.sh" and again
> restart it using the command "./start-sakai.sh" all the new courses and
> users added by me before closing it, have lost and it shows only two users
> as 'postmaster' and 'admin' and on the sitenav it shows site like 'my
> workspace' 'admin workspace' etc.
>
> suggest some solution for this to me.
>
> regards
>
> Gimmi Agarwal
>
>
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org
> with a subject of "unsubscribe"
>


More information about the sakai-dev mailing list