Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 4 of 4

Thread: Need your help / opinion on the backup problem

  1. #1

    Default Need your help / opinion on the backup problem

    I make daily backups of the database
    I make regular mysqldump.
    When I restore through command - mysql dbname <filetorestore.sql
    Missing language translation tables
    (Incidentally, no error message after reconstruction ended)

    This is just a translation system tables created

    How do you propose to solve this?

    By the way my Systeme man also said he does not like the tables containing BLOB field (field should avoid to be - according to opinion)

  2. #2
    Banned
    Join Date
    Nov 2010
    Posts
    95

    Default

    Hello,

    we use 3 cache tables for each language for reason to minimise usage of long text fields. Nevertheless, if texts are vast, we must store them in cache in that way, but these short ones are being stored in entirely indexed columns.

    If we talk about your issue, we don't exactly understand, what you mean.. First time your write, that translation tables are missing, and another time - there is nothing being created BUT these tables. Could you describe it once again?
    Anyway, whatever it is, I suggest to look at the backup file and check, if these not created elements are applied after backup or, accidentally, they're removed during backup process, but not created again, when it's done.

  3. #3

    Default

    Text automatically translated from: Hebrew to: English
    Translated text
    I'll try to put myself back in points and explain the problem
    I create an automatic backup system once a day
    The way I create the backup is: mysqldump Regular
    As soon as I restore the backup,: mysql dbname <filetorestore.sql
    For some reason the backup with no tables were created with Vbet

    PS
    I did not get an error in phpMyAdmin
    Original text

  4. #4
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    hello,
    This is not vBET issue because the backup and restore are made only by MySQL, not vBET.
    Please try to repair your database tables by admincp->Maintenance->Repair / Optimize Tables maybe tables are not in backup because they are damaged. Please try it.

    Secondly, please check your backup commands, maybe you have some limitations. Maybe you make a backup only for tables on InnoDB engine.
    vBET use tables on myisam engine.

    We can't give you a solution how to fix it because this is not vBET issue.

    Thanks

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •