Skip to content

SQL - no more rows available #5815

@enzofoucaud

Description

@enzofoucaud

Versions

Docker Tag development
Core vDev (development, 112b961)
FTL vDev (development, 848367fa)
Web interface vDev (development, c689fdc7)

Platform

  • OS and version: Ubuntu 22.04
  • Platform: Docker

Actual behavior / bug

ERROR: gravity_updated(): SELECT value FROM info WHERE property = 'updated'; - SQL error step: no more rows available

Steps to reproduce

Steps to reproduce the behavior:

services:
  pihole:
    container_name: pihole
    image: pihole/pihole:development
    ports:
      # DNS Ports
      - "53:53/tcp"
      - "53:53/udp"
      # Default HTTP Port
      - "8081:80/tcp"
      # Default HTTPs Port. FTL will generate a self-signed certificate
      - "8082:443/tcp"
    environment:
      TZ: 'Europe/Paris'
      FTLCONF_webserver_api_password: 'YWm30Gyt'
    volumes:
      - pihole-etc:/etc/pihole
    cap_add:
      - NET_ADMIN
    restart: unless-stopped

volumes:
  pihole-etc:

Screenshots

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions