Suneido

Integrated Application Platform

  • Home
  • Learning
    • Suneido Manual
    • Beginners
      • Inside Suneido
      • The Suneido Programming Language
      • The Suneido Database
      • Installing Suneido
      • Building Suneido
      • IDE Go To Tour
      • Upgrading To A New Release
    • Advanced
      • Canvas Control
      • DrawControl Part 1
      • DrawControl Part 2
      • DrawControl Part 3
      • SAX Like XML Processing
      • A Plug-In Architecture
      • A Simple Wizard Framework
      • An HTML Include Facility
      • An RSS 2 Feed Creator
      • MIME Generation
      • A New Add-on Facility
      • Workspace Improvement Hack
    • Mockito for Suneido
    • The Suneido Task Scheduler
    • Contributing To Suneido
    • Contributor Assignment of Copyright
    • Language Translation
    • Future Directions
    • Interview With Andrew Mckinlay
  • Forum
    • Announcements
    • Internals & Enhancements
    • Cookbook
    • General
  • FAQ
  • Screenshots
  • Downloads
  • Links

How to upgrade app to new release of suneido?

Integrated Application Platform › Forums › General › How to upgrade app to new release of suneido?

  • This topic has 1 reply, 2 voices, and was last updated 5 years, 5 months ago by amckinlay.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • August 29, 2017 at 2:05 am #1329
    Anonymous
    Inactive

    How does one move app done in previous older suneido release to the new release version?
    Kindly help with the steps. Thanks

    August 29, 2017 at 8:26 am #1331
    amckinlay
    Keymaster

    WARNING: Make sure you have backup copies before doing this. It is easy to get mixed up and overwrite things.

    There are two main approaches. If your app does not have many libraries and tables, then you can individually dump them from the old database, copy them to the new directory, and load them into the new one.

    Or you can go the other way. Individually dump stdlib, suneidoc, and imagebook from the new databse. Dump your entire old database and copy it to the new directory. Load the old database with the new version of suneido. Then load the new stdlib, suneidoc, and imagebook into the converted database.

    To dump and load an entire database (suneido.db <=> database.su)

    > start /w suneido -dump

    > start /w suneido -load

    To dump and load individual tables: (to/from .su)

    > start /w suneido -dump

    > start /w suneido -load

    This is from the command line, not inside suneido.

    suneido.db and the .su file must be in the same directory. You cannot specify a path on the tablename.

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Log In

Search Forums

Log In
Welcome to the new Suneido Web Site and Forum.
Register
Lost Password
users of the previous PHPBB Forum should be able to log in with their previous username and password.

Recent Topics

  • Alpha copy of gSuneido to play with
  • how to start jsuneido ?
  • Problem Starting Suneido…
  • Dialog not showing buttons
  • New link for Suneidojo

Contact Us | Legal Statement | Privacy Statement | SiteMap

Copyright © 2023 Axon® Development Corporation. All Rights Reserved. - Open Source Integrated Database and Programming Language