• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

Redis Databse, Fresh Linux Install.

Scheduled Pinned Locked Moved Technical Support
5 Posts 3 Posters 1.9k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zombie
    wrote on last edited by
    #1

    So I am doing the host myself on Digital ocean route.

    I was following this guide.

    Setting up a NodeBB Forum “for Dummies” | Burn after compiling

    favicon

    (burnaftercompiling.com)

    And I got as far as the "setup" for nodeBB itself.

    Then I get This error:

    19/9 23:39 [4144] - error: Your Redis version is not new enough to support NodeBB

    How do I go about updating the Redis version inside of this node

    1 Reply Last reply
    0
  • KowlinK Offline
    KowlinK Offline
    Robert Translator
    wrote on last edited by
    #2

    Redis will not update to the latest version on Ubuntu since (if I'm correct) it isn't updated to the latest version on apt-get, to fix this you need to uninstall redis and follow this guide to manually compile and install the new Redis version.

    1 Reply Last reply
    0
  • julianJ Offline
    julianJ Offline
    julian GNU/Linux
    wrote on last edited by julian
    #3

    A simpler way to get a newer version:

    $ sudo add-apt-repository ppa:chris-lea/redis-server
    $ apt-get update
    $ apt-get install redis-server
    
    KowlinK 1 Reply Last reply
    0
  • Z Offline
    Z Offline
    zombie
    wrote on last edited by
    #4

    Will attempt the simpler way posted by Julian here in the next hour.

    I will update you, and thanks very much for help so far! Hope to gain some experience in node myself and be able to contribute back.

    1 Reply Last reply
    0
  • KowlinK Offline
    KowlinK Offline
    Robert Translator
    replied to julian on last edited by
    #5

    @julian @zombie for some reason my server decided to be evil and completly ignore the repository, thats why I included the manual compiling. Anyways good luck.

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development