FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. yyyuksel1992
    Y
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    yyyuksel1992

    @yyyuksel1992

    0
    Reputation
    6
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    yyyuksel1992 Unfollow Follow

    Latest posts made by yyyuksel1992

    • PostgreSQL Search Performance Issue

      Hi,

      In my application, we have 2.5 million users, and while searching user through the "/admin/user/" it takes 10 seconds. All tables are already re-indexed.

      Is it a way to improve this searching performance?

      posted in Q&A
      Y
      yyyuksel1992
    • RE: Elastic Beanstalk Support

      @dan said in Elastic Beanstalk Support:

      I am not aware of anyone running FusionAuth in Elastic Beanstalk. I am not sure how the database configuration would occur; it's been a while since I look at that, but I don't remember EB being flexible when it came to database connections.

      Hi, Dan

      Sorry for the late answer, we completed the task steps below. I am adding details for the other users that might need it.

      1. I have created an elastic beanstalk application with docker support.
      2. While creating the application, I have tried to add the docker file on the web interface which is failed.
      3. After that, we continue with the aws-CLI through the console. I have generated a new EBS application docker support. I gave the following docker file through the console, after that it started working charmingly 🙂

      {
      "AWSEBDockerrunVersion": "1",
      "Image": {
      "Name": "fusionauth/fusionauth-app"
      },
      "Ports": [
      {
      "ContainerPort": 9011,
      "HostPort": 8000
      }
      ]
      }

      posted in Q&A
      Y
      yyyuksel1992
    • Elastic Beanstalk Support

      Hi,

      Is FusionAuth supports elastic beanstalk? Instead of using a regular server, I would like to deploy FusionAuth into the Elastic Beanstalk environment.

      posted in Q&A
      Y
      yyyuksel1992