On Thursday, August 9, 2018 at 3:56:33 PM UTC-7, Lisandro wrote:
>
> I've found that my production server has a lot of files in
> /var/spool/postfix/maildrop.
> I don't use postfix at all, however that folder is full of files.
> All the files follow the same name format, like
> this: 2B843169
here is my menu.py:
# -*- coding: utf-8 -*-
# this file is released under public domain and you can use without
limitations
#
## Customize your APP title, subtitle and menus here
##
if you sure the problem is with database sqlite file and your data is not
corrupted (integrity checked database = OK)
just an idea why not extract your data and put it on new database (sqlite
or another dbms (recommended using export_to_csv_file() and
import_from_csv_file() )
*# backup database*
Are you able to connect to the database (either the one on your server or
the copy you have downloaded to your machine) via a Python shell
using https://docs.python.org/2/library/sqlite3.html (i.e., no web2py or
DAL)?
Anthony
On Friday, August 10, 2018 at 11:00:43 AM UTC-4, BlueShadow wrote:
>
What about menu.py?
Can we see that?
-Jim
On Friday, August 10, 2018 at 10:00:43 AM UTC-5, BlueShadow wrote:
>
> Hi thanks for all the answers.
> Just before I got your answers I found this article:
> https://www.team-mediaportal.com/wiki/display/MediaPortal1/Repair+SQLite+Database
>
> which
Hello!! I did more tests and you're right. It works well when returning null
values
Thanks
El viernes, 3 de agosto de 2018, 20:08:53 (UTC-3), Anthony escribió:
>
> On Friday, August 3, 2018 at 4:23:05 PM UTC-4, fiubarc wrote:
>>
>> Hi, im getting AttributeError if the value returned by a
Although I don't really use SQLite, I just noticed that I have "SQLite2009
Pro Enterprise Manager" on my Windows PC.
For a better list of tools, try the SQLite website:
https://www.sqlite.org/cvstrac/wiki?p=ManagementTools
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentat
you said your last backup is not work, is it on web2py app backup (*.py,
etc) or database backup (something.sqlite or *.csv or *.sql) ?
did you do incremental backup? if yes pls restore it one by one (date
descending) to verify which one is work
and the rest is same like the other's suggestion:
-
How much of your app/data can you share with us?
What does db.py look like?
-Jim
On Friday, August 10, 2018 at 7:32:05 AM UTC-5, BlueShadow wrote:
>
> Hi thanks for the post villas.
> I have the database on my local pc. (storage.sqlite)
> I opened it with the tool db browser and it seems to be
Hi thanks for the post villas.
I have the database on my local pc. (storage.sqlite)
I opened it with the tool db browser and it seems to be OK. At least I can
view all the tables and I checked a few entries which are still there.
Are there any tools you reccommend to verify and check it.
I looked
This is a very welcome feature for scaling.
Thanks Joe for your super-helpful post, I wish I had read it first! :)
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Is
Hi Blueshadow,
I think I would first make a copy of the SQLite database file and then use
SQLite tools to examine and verify its integrity.
By the way, whilst I find SQLite very useful for new experimental apps, I
would not advise using SQLite in a production environment.
I believe you will
Hi Massimo,
Il giorno lun 6 ago 2018 alle ore 03:12 Massimo Di Pierro
ha scritto:
>
> Hello everybody,
>
> I released pyDAL 18.08 and web2py 2.17.1
Could you release pyDAL also on Pypi?! We use it in buildroot and the
recipe for downloading it and building it refers to pypi.
Thanks!
> They most
13 matches
Mail list logo